object frmAbout: TfrmAbout Left = 265 Top = 312 BorderStyle = bsDialog Caption = 'Copyright Winflex Data Solutions' ClientHeight = 286 ClientWidth = 280 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 280 Height = 286 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 2 TabOrder = 0 object Image1: TImage Left = 3 Top = 3 Width = 64 Height = 65 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 68 Top = 23 Width = 240 Height = 43 Caption = 'Evaluation Version, Please Register.' Font.Color = clNavy Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label1: TLabel Left = 68 Top = 4 Width = 240 Height = 19 Caption = 'TML Widgets for Delphi V1.3.' Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 4 Top = 85 Width = 272 Height = 94 Alignment = taCenter AutoSize = False Caption = '36 Components are shipped with the registered version, including' + '. Shareware component && Low Level BDE Filter components.' Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentFont = False end object Label4: TLabel Left = 10 Top = 187 Width = 261 Height = 63 Alignment = taCenter AutoSize = False Caption = 'Warning: These components are limited, and will terminate any ap' + 'plication using them when the delphi ide is not present, this ma' + 'y cause data loss, so dont risk it !!!' Font.Color = clRed Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentFont = False end object OKButton: TBitBtn Left = 102 Top = 251 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = OKButtonClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end end